home *** CD-ROM | disk | FTP | other *** search
- #
- # Copyright 2005 - 2006 Yahoo! Inc. All rights reserved.
- #
-
- #include "nsISupports.idl"
- interface nsIDOMNode;
- interface nsIDOMElement;
- interface nsIDOMDocument;
- interface nsIYahooFeedNode;
- interface nsIDOMDocumentFragment;
- [scriptable, uuid(921c55c5-838d-413e-8afc-ce83f433c030)]
- interface nsIYahooDomBuilder: nsISupports
- {
-
- attribute string bm2Feed;
- attribute string bm2FFBMImportCrumb;
-
- attribute nsIDOMDocumentFragment alerts;
- attribute nsIDOMDocumentFragment bookmarks;
- attribute nsIDOMDocumentFragment bookmarks_m;
-
- attribute nsIDOMDocumentFragment toolbar;
- attribute nsIDOMDocumentFragment menubar;
- attribute nsIDOMDocumentFragment menubarExtra;
- attribute nsIDOMDocumentFragment toolar_context;
- attribute nsIDOMDocumentFragment page_context;
-
- void clear();
- nsIDOMNode addNode(in nsIYahooFeedNode node, in nsIDOMNode parent);
- void remove(in string id);
-
- void clearBM2();
- void buildBM2(in nsIDOMNode node, in nsIDOMNode parent);
-
- void bumpUpBM2Usage(in string bid);
- void clearBM2Usage();
- string getBM2UsageString();
- };
-